home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Software of the Month Club / Amiga Latest & Greatest Volume 223 (1995)(SOMC)(Disk 4 of y)[SMCxxxC30Ix].zip / Amiga Latest & Greatest Volume 223 (1995)(SOMC)(Disk 4 of y)[SMCxxxC30Ix].adf / BlitzBlank_Install next >
Text File  |  1996-12-24  |  700b  |  29 lines

  1. if exists lha
  2.    skip loser
  3. else
  4.    echo "Software of the Month Club"
  5. endif
  6. echo "Have you moved the Install Icon to the Partition you"
  7. echo "want to install BlitzBlanker to? ( Y/N )"
  8. ask Continue?
  9. IF WARN
  10.    echo Yes
  11.     If exists c:lha
  12.      echo "Lha already exist..."
  13.      echo "Installing BlitzBlanker......."
  14.      lha x smc224c30i4:BLTZBLAN.lha
  15.      c:delete install.info
  16.     Else
  17.      c:copy smc224c30i4:lha c:
  18.      lha x smc224c30i4:BLTZBLAN.lha
  19.      endif
  20.    echo "All done Enjoy. "
  21. Else
  22.    echo "Maybe later then, bye now........"
  23. endif
  24. quit
  25. LAB loser
  26. echo "You can't install to this Disk.  Please move this icon to  where you want "
  27. echo "BlitzBlanker installed on your Hard-Drive."
  28. wait 5
  29.